home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 June / Electronic Entertainment CD-ROM Sampler Disc (June 1995).iso / pc / reflux / master3.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  423 b   |  17 lines

  1. on mouseUp
  2.   global gPerspective, gReadMe
  3.   set the visible of sprite 22 to 0
  4.   set the visible of sprite 23 to 0
  5.   set the visible of sprite 24 to 0
  6.   if (gPerspective = 1) and (gReadMe = 1) then
  7.     puppetSound("fvoc1.wav")
  8.   end if
  9.   if (gPerspective = 2) and (gReadMe = 1) then
  10.     puppetSound("jvoc1.wav")
  11.   end if
  12.   if (gPerspective = 3) and (gReadMe = 1) then
  13.     puppetSound("rvoc1.wav")
  14.   end if
  15.   go("pane1")
  16. end
  17.